home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / hard / drivr / PoseidonMain.readme < prev    next >
Text File  |  2002-08-17  |  4KB  |  117 lines

  1. Short:    Poseidon USB Update 1.26
  2. Author:   hodges@in.tum.de (Chris Hodges)
  3. Uploader: hodges@in.tum.de (Chris Hodges)
  4. Version:  1.26 (16-Aug-02)
  5. Type:     comm/usb
  6. Requires: a compatible USB card
  7.  
  8. Introduction
  9. ~~~~~~~~~~~~
  10. The  Poseidon  USB  Stack  is  a  software  solution  that  unleashes   the
  11. possibilities  of  the  Universal Serial Bus (USB) and the devices with USB
  12. interface, ranging from  mice,  keyboards,  tablets,  joysticks,  printers,
  13. scanners,  webcams,  digicams,  flash card readers, zip drives, floppy disk
  14. drives, harddisks, memory sticks, ethernet  adapters,  scanners  and  audio
  15. adapters to less common things like power supplies, GPS location devices or
  16. finger print readers. It is intended to be a solution for all systems.
  17.  
  18. Big news
  19. ~~~~~~~~
  20. V1.26:
  21. - Mass storage fixed and extended.
  22. - New USB Modem class.
  23. - UPAR printer mountlist included.
  24.  
  25. V1.25:
  26. - German manual and installer script
  27. - Fixed the bugs in the installer script that would copy the UMSD file to
  28.   the wrong drawer (and without icon)
  29. - New usb->serial converter class
  30. - Mass storage now automounts
  31.  
  32. Changelog
  33. ~~~~~~~~~
  34. poseidon.library 1.26
  35.   o On USB devices with multiple configurations, only the first one was
  36.     read due to me thinking that I would get all configurations
  37.     automatically. This is now fixed. Hey, it was the first time I came
  38.     across a device with multiple configs, so I couldn't test the code
  39.     before.
  40.  
  41. massstorage.class 1.11
  42.   o Added information messages on mounting (after three attempts :) ).
  43.   o Mounting now again uses lowcyl = 0. But therefore, detection of an
  44.     already mounted partition has been reduced to unit, device and dostype.
  45.     This means that no multiple partitions on a harddisk will be mounted,
  46.     but only the first one. I hope this is not a problem for most of you.
  47.     (thanks to Jens & Jean-François).
  48.   o After mounting, a diskchange signal was sent. This is now fixed
  49.     (thanks to Jens).
  50.   o Added NSD and TD64 support. This means you now can uses harddisks >4GB.
  51.  
  52. serialpl2303.class 1.3
  53.   o Fixed buffer management. Added EOF mode.
  54.  
  55. cdcacm.class 1.2
  56.   o Initial. Should support state reporting and EOF mode.
  57.  
  58. ---------------------------------------------------------------------------
  59.  
  60. pencamtool
  61.   o Added UPTO option.
  62.  
  63.  
  64. highwayusb.device 2.8
  65.   o Optimized copyloop a bit.
  66.  
  67. subwayusb.device 2.2
  68.   o Initial
  69.  
  70. serialpl2303.class 1.2
  71.   o Initial
  72.  
  73. bootkeyboard.class 1.6
  74.   o Now calls reset handlers of the keyboard.device on reset. This is done
  75.     in a tricky, but system-friendly way. If any reset handler is found,
  76.     the reset is delayed by 10 seconds (no way to find out, if the reset
  77.     handlers have finished).
  78.  
  79. massstorage.class 1.9
  80.   o Added 200ms delay for some strange devices before first interaction.
  81.     I hope this is enough for most drives.
  82.   o Added automounting capability for FAT95. Took me ages to get this
  83.     working. Sorry.
  84.   o Added experimental untested support for CB and CBI transport protocols.
  85.   o Added special init sequence for eUSCSI bridges.
  86.   o Disabled internal retry mechanism for HDCMD_SCSI commands. Maybe this
  87.     fixes the disk changing bugs when using "+s" on FAT95.
  88.   o Fixed broken disk change detection. Sorry, just forgot some
  89.     paranthesis.
  90.  
  91. hub.class 1.14
  92.   o Changed the init sequence to be more error tolerant, adding several
  93.     retries
  94.   o Added locking mechanism (oops! how could I forget) of address 0 to
  95.     avoid confusion on the bus with multiple hubs connected to a hub
  96.     at the same time.
  97.   o Lots of little changes.
  98.  
  99. poseidon.library 1.25
  100.   o If SET_CONFIGURATION fails, the enumeration will now still proceed.
  101.     This seems to be the case with a few USB2.0 devices.
  102.   o Changed psdSpawnSubTask() to launch a process if started with dos
  103.     available.
  104.   o Misc little changes.
  105.  
  106.  
  107. Contact address
  108. ~~~~~~~~~~~~~~~
  109. Any mail, comments or donations welcome:
  110.  
  111. Chris Hodges                    Account: 359 68 63
  112. Kennedystr. 8                   BLZ    : 700 530 70
  113. D-82178 Puchheim                Bank   : Sparkasse Fürstenfeldbruck
  114. Germany
  115. Tel.: +49-89/80001543           WWW: http://www.platon42.de/
  116. Email: hodges@in.tum.de         IRC: platon42 on EfNet
  117.